home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / lists / lvarpush < prev    next >
Encoding:
Text File  |  1992-12-17  |  357 b   |  9 lines

  1.  
  2.  
  3.           lvarpush var string [index]
  4.                The lvarpush command pushes (inserts) string as an
  5.                element in the list contained in the variable var.  The
  6.                element is inserted before position index in the list.
  7.                If index is omitted, then 0 is assumed.  If var does
  8.                not exists, it is created.
  9.